home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 08 - 1992 / 08.02 Jun 92 / Modifying Print Dialogs / NoDraft.make < prev    next >
Encoding:
Text File  |  1992-05-26  |  536 b   |  24 lines  |  [TEXT/MPS ]

  1. #   File:       NoDraft.make
  2. #   Target:     NoDraft
  3. #   Sources:    Dialogs.c NoDraft.c NoDraft.r
  4. #   Created:    Tuesday, May 26, 1992 11:02:21 AM
  5.  
  6.  
  7. OBJECTS = Dialogs.c.o NoDraft.c.o
  8.  
  9.  
  10. NoDraft ƒƒ NoDraft.make NoDraft.r
  11.     Rez NoDraft.r -append -o NoDraft
  12.  
  13. NoDraft ƒƒ NoDraft.make {OBJECTS}
  14.     Link -t APPL -c NODR ∂
  15.         {OBJECTS} ∂
  16.         #"{CLibraries}"Complex.o ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{Libraries}"Interface.o ∂
  19.         -o NoDraft
  20. Dialogs.c.o ƒ NoDraft.make Dialogs.c
  21.      C -r  Dialogs.c
  22. NoDraft.c.o ƒ NoDraft.make NoDraft.c
  23.      C -r  NoDraft.c
  24.